(apropos-print-matches): Bind tem.
authorRichard M. Stallman <rms@gnu.org>
Sat, 22 May 1993 04:19:14 +0000 (04:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 22 May 1993 04:19:14 +0000 (04:19 +0000)
lisp/apropos.el

index 161934fee8140c452ddfd051109be38a6e03afaa..6c2568eca5569b06fd7fb756561598891e0109b5 100644 (file)
@@ -196,7 +196,7 @@ Returns list of symbols and documentation found."
                                 (string-lessp (car a) (car b))))))
   (let ((p matches)
        (old-buffer (current-buffer))
-       item keys-done symbol)
+       item keys-done symbol tem)
     (save-excursion
       (set-buffer standard-output)
       (or matches (princ "No matches found."))